home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_1730 / frame_31 / DoAction.as < prev   
Encoding:
Text File  |  2004-09-30  |  674 b   |  34 lines

  1. if(B2A)
  2. {
  3.    Text1 = "Kdo zni{invalid_utf8=232}il planetu Gimel?";
  4.    if(_root.menu.eng)
  5.    {
  6.       Text1 = "Who destroyed the Planet Gimel?";
  7.    }
  8. }
  9. else
  10. {
  11.    Text1 = "";
  12.    setProperty("But1", _visible, false);
  13. }
  14. if(B2B)
  15. {
  16.    Text2 = "A neum{invalid_utf8=237} vyrobit ten n{invalid_utf8=225}poj i n{invalid_utf8=236}kdo jin{invalid_utf8=253}?";
  17.    if(_root.menu.eng)
  18.    {
  19.       Text2 = "And is there someone else who is able to make this drink?";
  20.    }
  21. }
  22. else
  23. {
  24.    Text2 = "";
  25.    setProperty("But2", _visible, false);
  26. }
  27. Text3 = "";
  28. Text4 = "";
  29. But1.Varianta = "A";
  30. But2.Varianta = "B";
  31. Level = "21";
  32. But1.Enabled = B2A;
  33. But2.Enabled = B2B;
  34.